home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: cs.vu.nl!alverste
- From: alverste@cs.vu.nl (Andre Versteeg)
- Subject: TYPEDEF help needed
- Nntp-Posting-Host: galjoen.cs.vu.nl
- Sender: news@cs.vu.nl
- Organization: Fac. Wiskunde & Informatica, VU, Amsterdam
- Date: Thu, 14 Mar 1996 15:03:22 GMT
- X-Newsreader: TIN [version 1.2 PL2]
- Message-ID: <Do9J5n.KE7.0.-s@cs.vu.nl>
-
- What is wrong with the following:
-
- I like to have an array of structs with a certain name:
-
- typedef struct Coordinates
- {
- int x,y;
-
- } Coordinates;
-
- typedef Coordinates[100] CoordinatesList;
-
-
- Please help me,
-
- Greetings,
-
- Andre
-
-
- S.O.S...
-